/*居中区域*/

.w1200 {
    width: 93.75vw;
    max-width: 100%;
    margin: 0 auto
}

.wrap {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto
}

@media (max-width:1366px) {
    .wrap {
        width: 88vw
    }
}

@media (max-width:993px) {
    .w1200,
    .wrap {
        width: 100%;
        padding: 0 35px
    }
    .ntx span {
        display: none;
    }
    .ntx p {
        font-size: 15px;
    }
}

@media (max-width:768px) {
    .w1200,
    .wrap {
        width: 100%;
        padding: 0 15px
    }
}


/*公共导航*/

header {
    height: 122px
}

.headbot {
    width: 100%;
    height: 122px;
    position: relative;
    background-color: #002b80;
    z-index: 19
}

.headbot .logo {
    padding: 36px 0
}

.headbot .logo .icon {
    margin: 0 41px 0 35px
}

.headbot .logo .icon2 {
    line-height: 41px
}

.headbot .logo .icon2 img {
    display: initial;
    vertical-align: middle;
    margin-bottom: 5px
}

.headbot .logo .text {
    line-height: 41px;
    color: #fff;
    font-size: 16px;
}


/* 
.headbot .logo .text:before,
.headbot .logo .text:after {
    content: "";
    display: inline-block;
    width: 58px;
    height: 16px;
    vertical-align: middle;
    position: relative;
    top: -1px;
} */


/* .headbot .logo .text:before {
    background: url(../images/logoicon2.png) no-repeat;
    margin-right: 15px;
    top: -2px;
} */


/* 
.headbot .logo .text:after {
    background: url(../images/logoicon3.png) no-repeat;
    margin-left: 15px;
} */

.navitem-name {
    position: relative;
    padding: 0 1.6927vw
}

.navitem-name a {
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-align: center;
    display: block;
    font-size: 16px;
    line-height: 62px;
    color: #fff;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s ease 0s
}

.navitem-name a:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #21a7f4;
    position: absolute;
    bottom: 0;
    left: -100%;
    transition: 0.6s ease 0s;
    -webkit-transition: 0.6s ease 0s;
    -moz-transition: 0.6s ease 0s
}

.navitem.cur .navitem-name a {
    color: #21a7f4;
    font-weight: bold
}

.navitem.cur .navitem-name a:after {
    left: 0
}

.navitem:nth-last-of-type(1) .navitem-name {
    padding: 0 0 0 1.6927vw
}

.navother {
    margin-top: 30px
}

.navother .input input {
    width: 182px;
    height: 30px;
    padding: 0 15px;
    border-radius: 30px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

.navother .input input:focus {
    border: 1px solid #21a7f4;
    box-shadow: 0px 0px 20px rgba(50, 180, 0, 0.08)
}

.navother .headsearch .btn {
    cursor: pointer;
    margin-left: 15px;
    padding-top: 5px
}

.navother .language {
    font-size: 16px;
    color: #fff;
    display: block;
    margin-left: 40px;
    line-height: 30px;
}

.navother .lanbox {
    margin: 0 2.0783vw;
    position: relative
}

.navother .lanbox .name {
    font-size: 16px;
    line-height: 36px;
    cursor: pointer
}

.navother .lanbox .items {
    width: 140px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -40px;
    z-index: -1;
    opacity: 0;
    visibility: hidden
}

.navother .lanbox .item {
    color: #666;
    text-align: center;
    line-height: 42px;
    border-bottom: 1px solid #f0f0f0;
    display: block
}

.navother .lanbox .item:nth-of-type(2) {
    border-bottom: none
}

.navother .shop {
    padding-left: 50px;
    height: 36px;
    line-height: 36px;
    color: #ee791d;
    background-image: url(../images/h-cart.png);
    background-repeat: no-repeat;
    background-position: left center
}

.navchildbox {
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 162px;
    left: 0;
    box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    z-index: -2
}

.navchildbox .headcon {
    width: 32.33%;
    border-right: 1px solid #ececec;
    padding: 3.125vw 0 3.645vw
}

.navchildbox .headcon .headtel {
    padding-left: 50px;
    background-image: url(../images/h-tel.png);
    background-repeat: no-repeat;
    background-position: left top
}

.navchildbox .headcon .headtel .name {
    color: #666;
    line-height: 1
}

.navchildbox .headcon .headtel .text {
    color: #002b80;
    line-height: 1;
    font-size: 24px;
    font-weight: bold;
    margin-top: 5px
}

.navchildbox .headcon .ewmbox {
    margin-top: 18px
}

.navchildbox .headcon .ewmlist {
    width: 115px;
    margin-right: 30px
}

.navchildbox .headcon .ewmlist:nth-of-type(2) {
    margin-right: 0
}

.navchildbox .headcon .ewmlist .img {
    width: 115px;
    height: 116px;
    background-color: #fff;
    text-align: center;
    line-height: 116px;
    border: 1px solid #f3f3f3
}

.navchildbox .headcon .ewmlist .img img {
    display: initial;
    vertical-align: middle
}

.navchildbox .headcon .ewmlist .text {
    color: #666;
    text-align: center;
    margin-top: 10px
}

.navchildbox .headcon .headaddress {
    margin-top: 38px
}

.navchildbox .headcon .headaddlist {
    margin-bottom: 30px
}

.navchildbox .headcon .headaddlist:nth-last-of-type(1) {
    margin-bottom: 0
}

.navchildbox .headcon .headaddlist .name {
    padding-left: 28px;
    line-height: 18px;
    color: #666;
    background-image: url(../images/h-dw.png);
    background-repeat: no-repeat;
    background-position: left center
}

.navchildbox .headcon .headaddlist .textbox {
    padding-left: 28px
}

.navchildbox .headcon .headaddlist .text {
    color: #666;
    margin-top: 12px
}

.navchildbox .childbox {
    width: 67.67%;
    padding: 3.125vw 0 0 9.7916vw
}

.navchildbox .childlist {
    width: 30%;
    display: block;
    padding: 0 72px 18px 0;
    margin-bottom: 3.125vw;
    border-bottom: 1px solid #ececec;
    margin-right: 5%;
    background-image: url(../images/head-r.png);
    background-repeat: no-repeat;
    background-position: right center;
    transition: 0.6s ease 0s;
    -webkit-transition: 0.6s ease 0s;
    -moz-transition: 0.6s ease 0s
}

.navchildbox .childlist:nth-of-type(3n) {
    margin-right: 0
}

.navchildbox .childlist .cnname {
    color: #666;
    transition: 0.6s ease 0s;
    -webkit-transition: 0.6s ease 0s;
    -moz-transition: 0.6s ease 0s
}

.navchildbox .childlist .enname {
    color: #a1a1a1;
    font-size: 12px;
    text-transform: Uppercase;
    margin-top: 8px
}

.wapheadreturn,
.headwapseach,
.waplogo {
    display: none
}

.headwapseach {
    width: calc(100% - 30px);
    margin: 4.5vh auto 0;
    height: 44px;
    background-color: #f5f5f5;
    border: 1px solid #d6d6d6;
    border-radius: 44px;
    padding: 8px 15px
}

.headwapseach .input {
    width: calc(100% - 40px);
    margin-right: 16px;
    height: 28px
}

.headwapseach .input input {
    width: 100%;
    height: 100%;
    background-color: transparent
}

.headwapseach .btn {
    padding-top: 2px
}

.navother .lanbox.cur .name {
    color: #002b80
}

.navother .lanbox.cur .items {
    top: 53px;
    z-index: 9;
    visibility: visible;
    opacity: 1;
    box-shadow: 0px 6px 26px rgba(50, 180, 0, 0.06)
}

.foot {
    padding: 80px 0 90px;
    background-color: #333
}

.footleft {
    margin-right: 80px
}

.footadress {
    width: 312px;
}

.foottel {
    padding-left: 50px;
    background-image: url(../images/f-tel.png);
    background-repeat: no-repeat;
    background-position: left top
}

.foottel .name {
    color: rgba(255, 255, 255, 0.5);
    line-height: 1
}

.foottel .text {
    color: #fb5400;
    font-size: 24px;
    font-weight: bold;
    margin-top: 5px;
    font-family: Arial
}

.footleft .ewmbox {
    /* margin-top: 26px */
}

.footleft .ewmlist:nth-of-type(2) {
    margin-left: 1.5vw
}

.footleft .ewmlist .img {
    width: 116px;
    height: 116px;
    line-height: 116px;
    background-color: #fff;
    text-align: center
}

.footleft .ewmlist .img img {
    display: initial;
    vertical-align: middle
}

.footleft .ewmlist .text {
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    margin-top: 10px
}

.footother {
    margin-top: 32px
}

.footother .foototherlist {
    padding: 0 14px;
    color: rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    transition: 0.6s ease 0s;
    -webkit-transition: 0.6s ease 0s;
    -moz-transition: 0.6s ease 0s
}

.footother .foototherlist:nth-of-type(1) {
    padding: 0 14px 0 0
}

.footother .foototherlist:nth-last-of-type(1) {
    border-right: none
}

.footcopybox {
    margin-top: 18px
}

.footcopybox .footcopy {
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.8;
}

.footcopybox .footcopy,
.footcopybox .footcopy a {
    font-size: 12px;
}

.footcopybox .footcopy a:nth-of-type(2) {
    margin-left: 20px
}

.footadress .name {
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px
}

.footadress .footadlist {
    margin-bottom: 36px
}

.footadress .footadlist:nth-last-of-type(1) {
    margin-bottom: 0
}

.footadress .footadlist .title {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 12px
}

.footadress .footadlist .text {
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.8
}

.footmaplist {
    margin-right: 65px;
}

.footmaplist:first-child {
    width: 120px;
    margin-right: 36px;
}

.footmaplist:last-child {
    width: auto;
    margin-right: 0;
}

.footmaplist .name {
    color: #fff;
    font-size: 16px
}

.footmaplist .childbox {
    margin-top: 26px
}

.footmaplist .childlist {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 15px;
    ;
    transition: 0.6s ease 0s;
    -webkit-transition: 0.6s ease 0s;
    -moz-transition: 0.6s ease 0s
}

.footmaplist .childlist:nth-last-of-type(1) {
    margin-bottom: 0
}

.wapbtnbox {
    width: 28px;
    height: 68px;
    position: relative;
    display: none
}

.wapbtnbox span {
    width: 28px;
    height: 3px;
    display: block;
    background-color: #fff;
    position: absolute;
    left: 0
}

.wapbtnbox span:nth-of-type(1) {
    top: 24px
}

.wapbtnbox span:nth-of-type(2) {
    top: 32px
}

.wapbtnbox span:nth-of-type(3) {
    top: 40px
}

.wapbtnbox.cur span:nth-of-type(2) {
    opacity: 0
}

.wapbtnbox.cur span:nth-of-type(1) {
    top: 32px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg)
}

.wapbtnbox.cur span:nth-of-type(3) {
    top: 32px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg)
}


/* 其它公共 */

.pagenav {
    display: none;
    position: relative
}

.pagenav .cur {
    display: block;
    height: 54px
}

.pagenav .pagenavname {
    display: block;
    color: #fff;
    background-color: #002b80;
    font-size: 16px;
    line-height: 54px;
    position: relative
}

.pagenav .pagenavname:after {
    content: "";
    width: 2px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 21.5px;
    margin-top: -7px;
    transition: .4s;
    -webkit-transition: .4s
}

.pagenav .pagenavname:before {
    content: "";
    width: 14px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -1px
}

.pagenav .pagenavname.cur:after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg)
}

.pagenav .pagenavitems {
    width: 100%;
    padding: 0;
    display: none;
    background-color: #fff;
    z-index: 19;
    position: absolute;
    top: 54px;
    left: 0;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06)
}

.pagenav .paganavlist {
    width: 100%;
    float: none;
    border-bottom: 1px solid #ddd;
    padding: 0 15px;
    z-index: 99;
    background-color: #fff
}

.pagenav .paganavlist:nth-last-of-type(1) {
    border-bottom: none
}

.pagenav .paganavlist a {
    width: 100%;
    line-height: 44px;
    color: #666;
    font-size: 14px;
    border-top: none
}

.pagebanbox {
    position: relative
}

.pagernav {
    height: 60px;
    background-color: #f6f6f6
}

.pagernavbox .pagernavlist {
    line-height: 60px;
    display: block;
    color: #333;
    font-size: 16px;
    padding: 0 26px;
    position: relative
}

.pagernavbox .pagernavlist:after {
    content: "";
    width: 1px;
    height: 16px;
    background-color: #dcdcdc;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 0
}

.pagernavbox .pagernavlist:nth-of-type(1) {
    padding: 0 26px 0 0
}

.pagernavbox .pagernavlist:nth-last-of-type(1) {
    padding-right: 0
}

.pagernavbox .pagernavlist:nth-last-of-type(1):after {
    display: none
}

.pagernavbox .pagernavlist:hover,
.pagernavbox .pagernavlist.cur {
    color: #002b80;
    font-weight: bold
}

.pagernavright .list {
    line-height: 60px;
    color: #666
}

.pagernavright .home {
    margin-right: 4px
}

.pagernavright .home img {
    display: initial;
    vertical-align: middle;
    margin-bottom: 2px
}

.boxflex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-box-flex: wrap;
    -ms-flex-wrap: wrap
}

.flex {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.alert {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 19;
    display: none
}

.alert .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    display: none
}

.alert.cur {
    display: block
}

.pageright {
    position: fixed;
    height: 74px;
    bottom: 2vh;
    right: -82px;
    z-index: 19;
    transition: 1s ease 0s;
    -webkit-transition: 1s ease 0s;
    -moz-transition: 1s ease 0s
}

.pageright.cur {
    right: 0
}

.pageright .list {
    width: 82px;
    height: 82px;
    border-bottom: 1px solid #444643;
    background-color: rgba(0, 0, 0, 0.7);
    padding-top: 15px;
    cursor: pointer
}

.pageright .list .img {
    text-align: center
}

.pageright .list .img img {
    display: initial
}

.pageright .list .name {
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px
}

.pager {
    text-align: center
}

.pager .pagerlist {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: #ededed;
    margin: 0 6px;
    font-size: 16px;
    font-family: Arial;
    text-align: center;
    line-height: 36px;
    vertical-align: middle
}

.pager .pagerlist.cur,
.pager .pagerlist:hover {
    color: #fff;
    background-color: #002b80
}

.pager .pagerlist.pagers {
    font-family: 宋体, 'SimSun';
    font-size: 22px;
    font-weight: bold;
}

.wappager {
    width: 100%;
    height: 42px;
    background-color: #002b80;
    line-height: 42px;
    color: #fff;
    text-align: center;
    margin-top: 25px;
    display: none
}

@media (max-width:1790px) {
    .footleft {
        margin-right: 5.5vw
    }
    .footmaplist {
        margin-right: 1.5vw
    }
}

@media (max-width:1680px) {
    .navitem-name {
        padding: 0 1.3vw
    }
    .navitem:nth-last-of-type(1) .navitem-name {
        padding: 0 0 0 1.3vw
    }
}

@media (max-width:1580px) {
    .pagernav {
        left: 7.5vw
    }
    .footleft {
        max-width: 280px;
        margin-right: 4vw
    }
    .footcopybox .footcopy a:nth-of-type(2) {
        margin-left: 0
    }
    .footcopybox .footcopy a {
        display: block
    }
    .footadress {
        max-width: 260px
    }
}

@media screen and (max-width: 1600px) {
    .footleft {
        margin-right: 3.5vw;
    }
}

@media (max-width:1440px) {
    .navitem-name {
        padding: 0 0.9vw
    }
    .headbot .logo .icon {
        margin: 0 21px 0 15px
    }
    .headbot .logo .text {
        margin: 0 10px
    }
    .headbot .logo {
        padding: 40px 0
    }
    .navother .lanbox {
        margin: 0 1vw
    }
    .navitem:nth-last-of-type(1) .navitem-name {
        padding: 0 0 0 0.9vw
    }
    .navchildbox .childbox {
        padding: 2vw 0 0 6.5vw
    }
    .navchildbox .childlist {
        margin-bottom: 2vw
    }
}

@media (max-width:1366px) {
    .pagernav {
        left: 4.92vw
    }
}

@media (max-width:1350px) {
    .footleft {
        max-width: 260px;
        margin-right: 2vw
    }
    .footadress {
        max-width: 220px
    }
    .footmaplist {
        margin-right: 10px
    }
}

@media (max-width:1155px) {
    .footleft {
        max-width: 400px;
        margin-right: 8vw
    }
    .footadress {
        max-width: 360px
    }
    .footmap {
        display: none
    }
    .headbot .logo .img img {
        width: 180px
    }
    .headbot .logo .icon {
        margin: 0 15px
    }
    .headbot .logo .icon img {
        height: 30px
    }
    .headbot .logo .icon2,
    .headbot .logo .text {
        line-height: 30px
    }
    .headbot .logo .icon2 img {
        width: 36px
    }
    .headbot .logo .text {
        font-size: 14px
    }
    .headbot .logo {
        padding: 45px 0
    }
}

@media (min-width:993px) {
    .headbtnbox .headsearch:hover .hsearchform {
        z-index: 9;
        visibility: visible;
        opacity: 1;
        right: 0
    }
    .ntx p {
        font-size: 22px;
    }
    .navitem:hover .navitem-name a:after {
        left: 0
    }
    .navitem:hover .navitem-name a {
        color: #21a7f4;
        font-weight: bold
    }
    .navitem:hover .navchildbox {
        top: 122px;
        opacity: 1;
        z-index: 19;
        visibility: visible
    }
    .navother .lanbox:hover .name {
        color: #002b80
    }
    .navother .lanbox:hover .items {
        top: 36px;
        z-index: 9;
        visibility: visible;
        opacity: 1;
        box-shadow: 0px 6px 26px rgba(50, 180, 0, 0.06)
    }
    .navother .lanbox .item:hover {
        color: #002b80
    }
    .navbox .cen .navcdlist:hover a,
    .foottop .maplist .mapchildlist:hover {
        color: #fff
    }
    .footbot .fsitem:hover {
        opacity: 1
    }
    .childnavitems .childnavitem:hover {
        font-weight: bold
    }
    .childnavitems .childnavitem:hover:after {
        background-color: #d7282b
    }
    .footmaplist .childlist:hover,
    .footother .foototherlist:hover {
        color: #fff
    }
    .navchildbox .childlist:hover {
        background-image: url(../images/head-rcur.png)
    }
    .navchildbox .childlist:hover .cnname {
        color: #002b80
    }
}

@media (max-width:993px) {
    header {
        height: 68px
    }
    .headrightbox {
        min-width: initial
    }
    .headbot {
        height: 68px;
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
    }
    .pageright,
    .hsignupbtn,
    .loginbox .text,
    .navchildbox .img,
    .navchildbox .textbox,
    .navitem-name:after,
    .navother .headsearch,
    .navchildbox .headcon,
    .navchildbox .childlist .enname,
    .navrightbox,
    .navitem-name a:after {
        display: none
    }
    .loginbox .waptext,
    .wapbtnbox,
    .headbot .waplogo {
        display: block
    }
    .headbot .logo {
        padding: 10px 0 0;
        width: 70%;
    }
    .headbot .logo .img img {
        width: 110px;
    }
    .headbot .logo .icon {
        display: none;
    }
    .headbot .logo .logor {
        float: none;
    }
    .headbot .logo .text {
        margin: 0 auto;
        letter-spacing: 1px;
    }
    .headbot .logo .text:before,
    .headbot .logo .text:after {
        width: 10px;
        height: 10px;
        top: -1px;
    }
    .headbot .logo .text:before {
        background: url(../images/p_logoicon2.png) no-repeat;
        background-size: contain;
        margin-right: 4px;
        top: -1px;
    }
    .headbot .logo .text:after {
        background: url(../images/p_logoicon3.png) no-repeat;
        background-size: contain;
        margin-left: 4px;
    }
    .navother .language {
        margin-left: 0;
        margin-right: 16px;
        padding-top: 3px;
    }
    .loginbox {
        margin-right: 15px
    }
    .loginbox .text {
        line-height: 68px
    }
    .headbtnbox .icon,
    .navbox .top .name {
        line-height: 68px
    }
    .headbtnbox .list {
        margin-right: 10px
    }
    .navitems .navitem {
        width: 100%
    }
    .navitems .navitem .navitem-name {
        padding: 0 15px;
        border-bottom: 1px solid #c5c5c5;
        padding-right: 40px
    }
    .navitems .navitem .navitem-name:before {
        content: ">";
        color: #999;
        font-size: 22px;
        font-family: 宋体, 'SimSun';
        font-weight: bold;
        line-height: 52px;
        position: absolute;
        top: 0;
        right: 15px;
        transition: 0.6s ease 0s;
        -webkit-transition: 0.6s ease 0s;
        -moz-transition: 0.6s ease 0s
    }
    .navitems .navitem .navitem-name.cur {
        background: #002b80;
        font-weight: 700;
    }
    .navitems .navitem .navitem-name.cur a {
        color: #fff;
    }
    .navitems .navitem .navitem-name.cur:before {
        right: 20px;
        color: #fff;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg)
    }
    .navitems .navitem .navitem-name a {
        text-align: left;
        line-height: 52px;
        font-size: 16px;
        color: #221815;
        display: inline-block
    }
    .navchildbox .cnname:hover {
        color: #002b80;
        font-weight: 700
    }
    .childnavitems .childnavitem:after {
        width: 6px;
        height: 6px;
        border-radius: 6px;
        margin-top: -3px
    }
    .navchildbox {
        position: static;
        visibility: visible;
        opacity: 1;
        display: none;
        background-image: none;
        background-color: #f6f6f6;
        box-shadow: none;
        z-index: 8;
        transform: scale3d(1, 1, 1);
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        transition: 0s ease 0s;
        -webkit-transition: 0s ease 0s;
        -moz-transition: 0 ease 0s
    }
    .navchildbox .w1200 {
        padding: 0
    }
    .childnavitems {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        float: none
    }
    .navitems .navitem .childnavitems .childnavitem {
        width: 100%;
        height: 38px;
        line-height: 38px;
        display: block;
        margin-right: 0;
        margin-bottom: 0;
        float: none
    }
    .foottop {
        padding: 25px 0
    }
    .pagenav,
    .m-bann,
    .wapfootbox,
    .wapfoot {
        display: block
    }
    .foot .w1200 {
        display: flex;
        flex-flow: wrap
    }
    .pagernav,
    .foottop .mapbox,
    .footother,
    .footcopybox {
        display: none
    }
    .wapother .footother,
    .wapother .footcopybox {
        display: block
    }
    .footleft {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .foot {
        padding: 30px 0 15px
    }
    .footadress {
        max-width: 100%;
        margin-top: 20px;
    }
    .footadress .name,
    .footadress .footadlist .title {
        margin-bottom: 10px
    }
    .footadress .footadlist .title,
    .footadress .footadlist .text {
        display: inline;
    }
    .footadress .footadlist {
        margin-bottom: 0
    }
    .footadress .footadlist .text {
        line-height: 1.6
    }
    .footleft .ewmlist {
        width: 46%;
        margin-right: 8%
    }
    .footleft .ewmlist:nth-last-of-type(1) {
        margin-right: 0;
        margin-left: 0
    }
    .footleft .ewmlist .img img {
        width: 80%
    }
    .footleft .ewmlist .img {
        width: 100%;
        height: auto;
        line-height: initial;
        padding: 8px 0
    }
    .footleft .ewmbox {
        margin-top: 0;
        order: 0;
    }
    .foottel {
        order: 1;
    }
    .foottel .text {
        font-size: 18px
    }
    .footcopybox .footcopy a {
        display: initial
    }
    .footadress .name {
        font-size: 16px;
    }
    .footadress .footadlist .title {
        font-size: 14px
    }
    .footadress .footadlist .text,
    .footcopybox .footcopy,
    .footcopybox .footcopy a {
        font-size: 12px
    }
    .footother .foototherlist {
        font-size: 12px;
        margin-right: 10px;
        border: none;
        padding: 0;
    }
    .footother .foototherlist:nth-of-type(1) {
        padding: 0
    }
    .footother .foototherlist:last-child:after {
        display: none;
    }
    .footother .foototherlist:after {
        content: "";
        display: inline-block;
        width: 1px;
        height: 12px;
        background: rgba(255, 255, 255, .5);
        position: relative;
        top: 2px;
        margin-left: 10px;
    }
    .wapother .footcopybox {
        margin-top: 10px
    }
    .footother {
        margin-top: 25px
    }
    .headbot .waplogo {
        width: 23%;
        padding: 7px 0
    }
    .headbot .waplogo .text {
        font-size: 12px;
        color: #666;
        font-family: "Source Han Sans CN";
        line-height: 1;
        margin: 0 3%
    }
    .headbot .waplogo .box {
        margin-top: 7px
    }
    .navother {
        margin-top: 15px
    }
    .navother .shop {
        padding-left: 34px;
        background-size: 26px 26px;
        font-size: 16px;
        line-height: 34px;
        margin-right: 15px
    }
    .navother .lanbox {
        margin: 0 15px
    }
    .navrightbox {
        width: 100%;
        background-color: #fff;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 20
    }
    .navrightbox .navrightboxbot {
        background: #f6f6f6;
        padding-bottom: 40px;
    }
    .navrightbox .navitems {
        position: static;
        padding: 0
    }
    .wapheadreturn,
    .headwapseach {
        display: block
    }
    .wapheadreturn {
        padding: 0 15px;
        height: 68px;
        border-bottom: 1px solid #e1e4e8
    }
    .wapheadreturn .icon,
    .wapheadreturn .icon2 {
        line-height: 68px
    }
    .wapheadreturn .icon img,
    .wapheadreturn .icon2 img {
        display: initial;
        vertical-align: middle
    }
    .wapheadreturn .icon img {
        width: 12px
    }
    .wapheadreturn .icon2 img {
        width: 56px
    }
    .navchildbox .childbox {
        width: 100%;
        padding: 0
    }
    .navchildbox .childlist {
        width: 100%;
        padding: 8px 15px;
        margin-bottom: 0;
        margin-right: 0;
        background-image: none;
        border-bottom: 1px solid #d6d6d6
    }
    .navchildbox .childlist .cnname {
        line-height: 30px
    }
    .wappager {
        display: block
    }
    .pager {
        display: none
    }
}

@media (max-width:690px) {
    .headbot .waplogo {
        width: 30%
    }
}

@media (max-width:540px) {
    .headbot .waplogo {
        width: 38%
    }
}

@media (max-width:432px) {
    .headbot .waplogo {
        width: 43%
    }
}

@media (max-width:380px) {
    .foottel {
        padding-left: 34px;
        background-size: 28px 28px
    }
    .foottel .name {
        font-size: 12px
    }
    .foottel .text {
        font-size: 16px
    }
    /* .footleft .ewmlist .img{padding:0} */
    .headbot .waplogo {
        width: 43%;
        padding: 10px 0
    }
    .headbot .waplogo .icon img {
        width: 8px;
        margin-top: 2px
    }
    .navother .shop {
        margin-right: 10px
    }
    .navother .lanbox {
        margin: 0 10px
    }
    .footleft .ewmlist .text {
        font-size: 12px
    }
}

@media (max-width:370px) {
    /* .footleft .ewmlist .img{height:66px;line-height:66px} */
    .navother .lanbox .name {
        font-size: 14px
    }
    .navother .lanbox {
        margin: 0 10px 0 0
    }
    .navother .shop {
        font-size: 14px;
        margin-right: 10px
    }
    .headbot .waplogo {
        width: 46%;
        padding: 10px 0
    }
    .wapbtnbox span,
    .wapbtnbox {
        width: 24px
    }
    .navother .shop {
        padding-left: 24px;
        background-size: 20px 20px
    }
    .headbot .waplogo .text {
        margin: 0
    }
    .headbot .waplogo .icon img {
        width: 6px;
        margin-top: 4px
    }
}

@media screen and (min-width: 996px) {
    .headbot .logo {
        padding: 19px 0;
    }
    .headbot .logo a {
        margin-top: 20px;
    }
    .xgfot {
        width: 80vw !important;
    }
}

@media screen and (max-width: 996px) {
    .ntx {
        display: none;
    }
    .headbot .logo a {
        margin-top: 15px;
    }
}